java.awt.font
Stay organized with collections
Save and categorize content based on your preferences.
Classes
NumericShaper |
The NumericShaper class is used to convert Latin-1 (European)
digits to other Unicode decimal digits. |
TextAttribute |
The TextAttribute class defines attribute keys and
attribute values used for text rendering. |
Enums
NumericShaper.Range |
A NumericShaper.Range represents a Unicode range of a
script having its own decimal digits. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["The `NumericShaper` class allows conversion of Latin-1 digits to other Unicode decimal digits for diverse script representation."],["`TextAttribute` defines keys and values for customizing text rendering attributes like font, size, and style."],["`NumericShaper.Range` identifies Unicode script ranges with unique decimal digits, enabling context-specific numeral shaping."]]],["The content describes two classes and one enum related to text handling in Java. The `NumericShaper` class converts Latin-1 digits to other Unicode decimal digits. `TextAttribute` defines keys and values for text rendering attributes. The `NumericShaper.Range` enum represents a Unicode range for scripts with unique decimal digits. These components work together for numeric shaping and text attribute management.\n"]]