Transform Rhotic hooks (U+02DE) into superscript/subscript form when they are placed after a superscript/subscript letter (#1681).

This commit is contained in:
be5invis 2023-04-20 21:10:18 -07:00
parent a46c2d7773
commit 3ae03f6aac
11 changed files with 249 additions and 233 deletions

View file

@ -47,7 +47,6 @@ function OtlTaggedProp(key, otlTag) {
export const CvDecompose = DecompositionProp("CvDecompose");
export const PseudoCvDecompose = DecompositionProp("PseudoCvDecompose");
export const CcmpDecompose = DecompositionProp("CcmpDecompose");
function DecompositionProp(key) {
return {
get(glyph) {
@ -106,9 +105,10 @@ function BoolProp(id) {
};
}
export const Radical = BoolProp("Radical");
export const RequireCcmpDecompose = BoolProp("RequireCcmpDecompose");
export const NeqLigationSlashDotted = BoolProp("NeqLigationSlashDotted");
export const OgonekTrY = BoolProp("OgonekTrY");
export const IsSuperscript = BoolProp("IsSuperscript");
export const IsSubscript = BoolProp("IsSubscript");
export const Joining = {
get(glyph) {