Skip to content

Popular Post

25+ Best Devanagari Fonts: Free Unicode & Legacy List

Font formats ​ Most computer fonts used today are in either bitmap or outline data formats. Bitmap fonts : Consist of a matrix of dots or pixels representing the image of each glyph in each face and size. Outline or vector fonts : Use Bézier curves, drawing instructions and mathematical formulae to describe each glyph, which make the character outlines scalable to any size. Outline formats ​ PostScript fonts by Adobe – has various formats, e.g: Printer Font ASCII (PFA) and Printer Font Binary (PFB) TrueType by Apple and Microsoft (file extension: ttf) OpenType by Microsoft, built on TrueType (file extensions: otf, ttf) For most purposes, the technical differences between TrueType and OpenType can be ignored. Other formats ​ The typesetting application TeX and its companion font software, Metafont, traditionally renders characters using its own methods. Some file extensions used for fonts from these two programs are *pk , *gf , mf and vf . Modern versions can also use TrueType and ...
By AvN Learn

Git Basic Guide: Master Essential Commands for Beginners

Initial Project Git Configuration update Add remote Update Clone Connect SSH Step - 1 : Generating a new SSH key Step - 2 : Adding your SSH key to the ssh-agent Step - 3 : Adding a new SSH key to your account Example (Step) Short Notes create a new repository on the command line push an existing repository from the command line Initial Project ​ bash git init git add . git commit -m " Initial commit " git remote add origin < repository-ur l > git push -u origin master Git Configuration ​ As you read briefly in Getting Started, you can specify Git configuration settings with the git config command. One of the first things you did was set up your name and email address: bash git config --global user.name " AvN Learn " git config --global user.email avnlearn@gmail.com git config --list --show-origin git config --global core.editor nvim git config --global init.defaultBranch main Now you’ll learn a few of the more interesti...
By Guddu Kumar

AvN Learn Computer
AvN Learn Computer

Git Basic Guide: Master Essential Commands for Beginners

Initial Project Git Configuration update Add remote Update Clone Connect SSH Step - 1 : Generating a new SSH key Step - 2 : Adding your SSH key to the ssh-agent Step - 3 : Adding a new SSH key to your account Example (Step) Short Notes create a new repository on the command line push an existing repository from the command line Initial Project ​ bash git init git add . git commit -m " Initial commit " git remote add origin < repository-ur l > git push -u origin master Git Configuration ​ As you read briefly in Getting Started, you can specify Git configuration settings with the git config command. One of the first things you did was set up your name and email address: bash git config --global user.name " AvN Learn " git config --global user.email avnlearn@gmail.com git config --list --show-origin git config --global core.editor nvim git config --global init.defaultBranch main Now you’ll learn a few of the more interesti...
By Guddu Kumar

25+ Best Devanagari Fonts: Free Unicode & Legacy List

Font formats ​ Most computer fonts used today are in either bitmap or outline data formats. Bitmap fonts : Consist of a matrix of dots or pixels representing the image of each glyph in each face and size. Outline or vector fonts : Use Bézier curves, drawing instructions and mathematical formulae to describe each glyph, which make the character outlines scalable to any size. Outline formats ​ PostScript fonts by Adobe – has various formats, e.g: Printer Font ASCII (PFA) and Printer Font Binary (PFB) TrueType by Apple and Microsoft (file extension: ttf) OpenType by Microsoft, built on TrueType (file extensions: otf, ttf) For most purposes, the technical differences between TrueType and OpenType can be ignored. Other formats ​ The typesetting application TeX and its companion font software, Metafont, traditionally renders characters using its own methods. Some file extensions used for fonts from these two programs are *pk , *gf , mf and vf . Modern versions can also use TrueType and ...
By AvN Learn

Share