Acorn Font
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
Dan Tobias (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{FormatInfo |
− | | | + | |formattype=electronic |
− | | | + | |subcat=Fonts |
− | + | }} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Overview == | == Overview == | ||
Line 20: | Line 15: | ||
* [http://www.wss.co.uk/pinknoise/Docs/Arc/Fonts/Formats.html Font File Formats] | * [http://www.wss.co.uk/pinknoise/Docs/Arc/Fonts/Formats.html Font File Formats] | ||
+ | |||
+ | [[Category:RISC OS]] |
Latest revision as of 03:06, 13 June 2013
[edit] Overview
Acorn Font files are the native format for fonts on RISC OS. Each file contains data that describes aspects of a particular typeface and weight, describing each glyph using either a vector representation (an outline font) or a bitmap. Fonts are used for on-screen rendering and printing.
Outline fonts are described by two separate files: IntMetrics and Outlines. The IntMetrics file contains information about the sizes and shapes of each glyph, kerning and basic styles. The Outlines file contains definitions of the glyphs.
Character encoding files describe the mapping between character numbers and the glyph definitions for each font.